Azure Maps Render Service (preview:1.0)

2025/04/07 • 2 updated methods

Render_GetMapTile (updated)
Description > [!NOTE] > > **Azure Maps Render v1 service retirement** > > The Azure Maps Render v1 service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the [latest version](/rest/api/maps/render) of the Render API by 9/17/26. Fetches map tiles in vector or raster format typically to be integrated into a new map control or SDK. By default, Azure uses vector map tiles for its web map control (see [Zoom Levels and Tile Grid](/azure/location-based-services/zoom-levels-and-tile-grid)) **Note**: Weather tiles are not available using the Get Map Tile v1.0 API. We recommend using the latest version of the [Get Map Tile](/rest/api/maps/render/get-map-tile) API.
Reference Link ¶

⚶ Changes

{
  "#id": "Render_GetMapTile",
  "Description": {
    "new": "> [!NOTE]\n>\n> **Azure Maps Render v1 service retirement**\n>\n> The Azure Maps Render v1 service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the [latest version](/rest/api/maps/render) of the Render API by 9/17/26.\n\n\nFetches map tiles in vector or raster format typically to be integrated into a new map control or SDK. By default, Azure uses vector map tiles for its web map control (see [Zoom Levels and Tile Grid](/azure/location-based-services/zoom-levels-and-tile-grid))\n\n**Note**: Weather tiles are not available using the Get Map Tile v1.0 API. We recommend using the latest version of the [Get Map Tile](/rest/api/maps/render/get-map-tile) API.",
    "old": "> [!NOTE]\n>\n> **Azure Maps Render v1 service retirement**\n>\n> The Azure Maps Render v1 service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the [latest version](/rest/api/maps/render) of the Render API by 9/17/26.\n\n\nFetches map tiles in vector or raster format typically to be integrated into a new map control or SDK. By default, Azure uses vector map tiles for its web map control (see [Zoom Levels and Tile Grid](/azure/location-based-services/zoom-levels-and-tile-grid))\n\n**Note**: Weather tiles are only available via [Get Map Tile V2 API](https://aka.ms/AzureMapsWeatherTiles). We recommend to start to use the new [Get Map Tile V2 API](https://aka.ms/GetMapTileV2)."
  }
}

⚼ Request

GET:  /map/tile/{format}
{
x-ms-client-id: string ,
api-version: string ,
format: string ,
layer: string ,
style: string ,
zoom: integer ,
x: integer ,
y: integer ,
tileSize: string ,
language: string ,
view: string ,
}

⚐ Response (200)

{
$headers:
{
content-type: string ,
}
,
$schema: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Render_GetMapImageryTile (updated)
Description > [!NOTE] > > **Azure Maps Render v1 service retirement** > > The Azure Maps Render v1 service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the [latest version](/rest/api/maps/render) of the Render API by 9/17/26. The current available style value is 'satellite' which provides satellite imagery alone.
Reference Link ¶

⚶ Changes

{
  "#id": "Render_GetMapImageryTile",
  "Description": {
    "new": "> [!NOTE]\n>\n> **Azure Maps Render v1 service retirement**\n>\n> The Azure Maps Render v1 service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the [latest version](/rest/api/maps/render) of the Render API by 9/17/26.\n\n The current available style value is 'satellite' which provides satellite imagery alone.\n",
    "old": "> [!NOTE]\n>\n> **Azure Maps Render v1 service retirement**\n>\n> The Azure Maps Render v1 service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the [latest version](/rest/api/maps/render) of the Render API by 9/17/26.\n\n The current available style value is 'satellite' which provides satellite imagery alone.\n\n\n**Note**: We recommend to start to use the new [Get Map Tile V2 API](https://aka.ms/GetMapTileV2)."
  }
}

⚼ Request

GET:  /map/imagery/{format}
{
x-ms-client-id: string ,
api-version: string ,
format: string ,
style: string ,
zoom: integer ,
x: integer ,
y: integer ,
}

⚐ Response (200)

{
$headers:
{
content-type: string ,
}
,
$schema: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}